ggplot(data)+geom_point(aes(x=H103,y=BM_val,colour=a_creuser))+theme_minimal()+labs(colour ="Prélèvement")+xlab("Humidité 103°C en %")+ylab("Biomasse microbienne mg/kg \n(fumigation)")
Code
ggplot(data)+geom_point(aes(x=H103,y=CT28_val,colour=a_creuser))+theme_minimal()+labs(colour ="Prélèvement")+xlab("Humidité 103°C en %")+ylab("CO2 mg/kg (28j à 28°C)")
Code
ggplot(data)+geom_point(aes(x=Nmineralise_val,y=CT28_val,colour=a_creuser))+theme_minimal()+labs(colour ="Prélèvement")+xlab("Azote mg/kg (28j à 28°C)")+ylab("CO2 mg/kg (28j à 28°C)")
Warning: Removed 2 rows containing missing values or values outside the scale range
(`geom_point()`).
Code
ggplot(data)+geom_point(aes(x=Nmineralise_val,y=BM_val,colour=a_creuser))+theme_minimal()+labs(colour ="Prélèvement")+ylab("BM mg/kg")+xlab("Azote mg/kg (28j à 28°C)")
Code
ggplot(data)+geom_point(aes(x=CT28_val,y=BM_val,colour=a_creuser))+theme_minimal()+labs(colour ="Prélèvement")+ylab("BM mg/kg")+xlab("CO2 mg/kg (28j à 28°C)")
Code
ggplot(data)+geom_point(aes(x=BM_val,y=pluvio_mm,colour=a_creuser))+theme_minimal()+labs(colour ="Prélèvement")+ylab("Pluviométrie mensuelle mm")+xlab("BM en mg/kg TS")
Code
ggplot(data)+geom_point(aes(x=BM_val,y=Tmoy,colour=a_creuser))+theme_minimal()+labs(colour ="Prélèvement")+ylab("T°C mensuelle moyenne")+xlab("BM en mg/kg TS")